home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2001 June
/
CHIP Haziran 2001.iso
/
prog
/
share
/
04
/
setup.exe
/
MM6.Cab
/
F2102_WOExtensions.dict.F6A680DD_F3FB_4CF3_BABB_0D0F06E630F5
< prev
next >
Wrap
Text File
|
2000-08-17
|
3KB
|
120 lines
{
button = {
type = "WOApplet";
name = "WO_BUTTON_APPLET";
attributes = {
associationClass = "\"next.wo.client.SimpleAssociation.class\"";
code = "\"next.wo.client.controls.ButtonApplet.class\"";
codebase = "\"/WebObjects/Java\"";
height = 22;
width = 90;
align = "\"middle\"";
action = "aMethod";
title = "\"title\"";
};
};
checkbox = {
type = "WOApplet";
name = "WO_CHECKBOX_APPLET";
attributes = {
associationClass = "\"next.wo.client.SimpleAssociation.class\"";
code = "\"next.wo.client.controls.CheckboxApplet.class\"";
codebase = "\"/WebObjects/Java\"";
height = 42;
width = 130;
align = "\"top\"";
action = "aMethod";
checked = "\"NO\"";
title = "\"title\"";
};
};
choice = {
type = "WOApplet";
name = "WO_CHOICE_APPLET";
attributes = {
associationClass = "\"next.wo.client.SimpleAssociation.class\"";
code = "\"next.wo.client.controls.ChoiceApplet.class\"";
codebase = "\"/WebObjects/Java\"";
height = 20;
width = 90;
align = "\"top\"";
action = "aMethod";
itemList = "aListObj";
selectedItem = "anItem";
};
};
list = {
type = "WOApplet";
name = "WO_LIST_APPLET";
attributes = {
associationClass = "\"next.wo.client.SimpleAssociation.class\"";
code = "\"next.wo.client.controls.ListApplet.class\"";
codebase = "\"/WebObjects/Java\"";
height = 54;
width = 90;
align = "\"middle\"";
action = "aMethod";
allowMultipleSelection = "\"NO\"";
itemList = "aListObj";
selectedItems = "anItemList";
selectionChanged = "aMethod";
};
};
radiogroup = {
type = "WOApplet";
name = "WO_RADIOGROUP_APPLET";
attributes = {
associationClass = "\"next.wo.client.SimpleAssociation.class\"";
code = "\"next.wo.client.controls.RadioGroupApplet.class\"";
codebase = "\"/WebObjects/Java\"";
height = 42;
width = 130;
align = "\"top\"";
action = "aMethod";
itemList = "aListObj";
selectedItem = "anItem";
};
};
scrollingtext = {
type = "WOApplet";
name = "WO_SCROLLINGTEXT_APPLET";
attributes = {
associationClass = "\"next.wo.client.SimpleAssociation.class\"";
code = "\"next.wo.client.controls.ScrollingTextApplet.class\"";
codebase = "\"/WebObjects/Java\"";
height = 71;
width = 264;
align = "\"top\"";
stringValue = "aValueObj";
};
};
textfield = {
type = "WOApplet";
name = "WO_TEXTFIELD_APPLET";
attributes = {
associationClass = "\"next.wo.client.SimpleAssociation.class\"";
code = "\"next.wo.client.controls.TextFieldApplet.class\"";
codebase = "\"/WebObjects/Java\"";
height = 20;
width = 151;
align = "\"middle\"";
action = "aMethod";
echoCharacter = "\"aChar\"";
stringValue = "aValueObj";
};
};
}